net/http.http2priorityNode.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L10970: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
		h2_bundle.go#L11057: 		n.kids.setParent(nil)
		h2_bundle.go#L11061: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L11144: 	n.setParent(parent)
		h2_bundle.go#L11196: 		n.setParent(&ws.root)
		h2_bundle.go#L11205: 		n.setParent(&ws.root)
		h2_bundle.go#L11224: 			parent.setParent(n.parent)
		h2_bundle.go#L11237: 				k.setParent(n)
		h2_bundle.go#L11243: 	n.setParent(parent)
		h2_bundle.go#L11310: 		k.setParent(n.parent)
		h2_bundle.go#L11312: 	n.setParent(nil)